[INFO] cloning repository https://github.com/lotide-org/lotide
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lotide-org/lotide" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flotide-org%2Flotide", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flotide-org%2Flotide'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f623faf8ef24a499f1a8ce65cd749118e0c67c76
[INFO] checking lotide-org/lotide against try#4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7 for pr-158816
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flotide-org%2Flotide" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/lotide-org/lotide
[INFO] finished tweaking git repo https://github.com/lotide-org/lotide
[INFO] tweaked toml for git repo https://github.com/lotide-org/lotide written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lotide-org/lotide on toolchain 4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lotide-org/lotide already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b154e6413b53052dd0809dfa5b05921268af81c3e09ddcc635c8bff4082138c5
[INFO] running `Command { std: "docker" "start" "b154e6413b53052dd0809dfa5b05921268af81c3e09ddcc635c8bff4082138c5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b154e6413b53052dd0809dfa5b05921268af81c3e09ddcc635c8bff4082138c5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b154e6413b53052dd0809dfa5b05921268af81c3e09ddcc635c8bff4082138c5" "/opt/rustwide/cargo-home/bin/cargo" "+4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b154e6413b53052dd0809dfa5b05921268af81c3e09ddcc635c8bff4082138c5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b154e6413b53052dd0809dfa5b05921268af81c3e09ddcc635c8bff4082138c5" "/opt/rustwide/cargo-home/bin/cargo" "+4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.69
[INFO] [stderr]    Compiling libc v0.2.150
[INFO] [stderr]     Checking zeroize v1.7.0
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]     Checking memchr v2.6.4
[INFO] [stderr]    Compiling serde v1.0.193
[INFO] [stderr]     Checking subtle v2.4.1
[INFO] [stderr]     Checking const-oid v0.9.5
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling libm v0.2.8
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]    Compiling futures-core v0.3.29
[INFO] [stderr]     Checking cpufeatures v0.2.11
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]     Checking futures-io v0.3.29
[INFO] [stderr]     Checking unicode-bidi v0.3.13
[INFO] [stderr]     Checking smallvec v1.11.2
[INFO] [stderr]     Checking futures-sink v0.3.29
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]     Checking iana-time-zone v0.1.58
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]    Compiling serde_json v1.0.108
[INFO] [stderr]     Checking base64ct v1.6.0
[INFO] [stderr]    Compiling futures-channel v0.3.29
[INFO] [stderr]    Compiling futures-task v0.3.29
[INFO] [stderr]     Checking ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling futures-util v0.3.29
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]     Checking http v0.2.11
[INFO] [stderr]     Checking siphasher v0.3.11
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling thiserror v1.0.50
[INFO] [stderr]     Checking base64 v0.21.5
[INFO] [stderr]    Compiling openssl v0.10.60
[INFO] [stderr]     Checking spin v0.5.2
[INFO] [stderr]    Compiling async-trait v0.1.74
[INFO] [stderr]     Checking pem-rfc7468 v0.7.0
[INFO] [stderr]     Checking bitflags v2.4.1
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking der v0.7.8
[INFO] [stderr]     Checking hashbrown v0.14.2
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking finl_unicode v1.2.0
[INFO] [stderr]    Compiling proc-macro-hack v0.5.20+deprecated
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling syn v2.0.39
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]     Checking fallible-iterator v0.2.0
[INFO] [stderr]     Checking equivalent v1.0.1
[INFO] [stderr]     Checking stringprep v0.1.4
[INFO] [stderr]     Checking base16ct v0.2.0
[INFO] [stderr]     Checking aho-corasick v1.1.2
[INFO] [stderr]     Checking base64 v0.13.1
[INFO] [stderr]     Checking new_debug_unreachable v1.0.4
[INFO] [stderr]     Checking regex-syntax v0.8.2
[INFO] [stderr]     Checking http-body v0.4.5
[INFO] [stderr]     Checking indexmap v2.1.0
[INFO] [stderr]     Checking getrandom v0.2.11
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]     Checking mio v0.8.9
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking socket2 v0.5.5
[INFO] [stderr]     Checking socket2 v0.4.10
[INFO] [stderr]     Checking uuid v0.8.2
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking ff v0.13.0
[INFO] [stderr]     Checking crypto-bigint v0.5.5
[INFO] [stderr]     Checking pem-rfc7468 v0.6.0
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking opaque-debug v0.3.0
[INFO] [stderr]     Checking spki v0.7.2
[INFO] [stderr]     Checking mac v0.1.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling lexical-core v0.7.6
[INFO] [stderr]    Compiling semver v1.0.20
[INFO] [stderr]     Checking futf v0.1.5
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]     Checking der v0.6.1
[INFO] [stderr]     Checking pkcs8 v0.10.2
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]     Checking phf_shared v0.11.2
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]    Compiling nom v5.1.3
[INFO] [stderr]     Checking hkdf v0.12.3
[INFO] [stderr]     Checking rfc6979 v0.4.0
[INFO] [stderr]     Checking sec1 v0.7.3
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]     Checking arrayvec v0.5.2
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]     Checking precomputed-hash v0.1.1
[INFO] [stderr]     Checking tendril v0.4.3
[INFO] [stderr]     Checking phf v0.11.2
[INFO] [stderr]     Checking block-buffer v0.9.0
[INFO] [stderr]     Checking phf v0.10.1
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]    Compiling num-bigint-dig v0.8.4
[INFO] [stderr]     Checking postgres-protocol v0.6.6
[INFO] [stderr]     Checking whoami v1.4.1
[INFO] [stderr]     Checking dirs-next v2.0.0
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling openssl-sys v0.9.96
[INFO] [stderr]    Compiling libz-sys v1.1.12
[INFO] [stderr]    Compiling libnghttp2-sys v0.1.8+1.55.1
[INFO] [stderr]    Compiling curl-sys v0.4.68+curl-8.4.0
[INFO] [stderr]    Compiling backtrace v0.3.69
[INFO] [stderr]     Checking crypto-mac v0.11.1
[INFO] [stderr]     Checking concurrent-queue v2.3.0
[INFO] [stderr]     Checking spki v0.6.0
[INFO] [stderr]    Compiling unicase v2.7.0
[INFO] [stderr]    Compiling polling v2.8.0
[INFO] [stderr]     Checking fastrand v1.9.0
[INFO] [stderr]     Checking pkcs8 v0.9.0
[INFO] [stderr]     Checking shlex v1.2.0
[INFO] [stderr]     Checking event-listener v2.5.3
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]     Checking regex-automata v0.4.3
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]    Compiling crossbeam-queue v0.3.8
[INFO] [stderr]     Checking gimli v0.28.1
[INFO] [stderr]    Compiling string_cache_codegen v0.5.2
[INFO] [stderr]    Compiling phf_codegen v0.10.0
[INFO] [stderr]    Compiling rust_decimal v1.33.1
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]    Compiling curl v0.4.44
[INFO] [stderr]     Checking elliptic-curve v0.13.8
[INFO] [stderr]     Checking miniz_oxide v0.7.1
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]     Checking type-map v0.4.0
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking pkcs1 v0.4.1
[INFO] [stderr]     Checking async-channel v1.9.0
[INFO] [stderr]    Compiling rusoto_core v0.48.0
[INFO] [stderr]     Checking hmac v0.11.0
[INFO] [stderr]     Checking md-5 v0.9.1
[INFO] [stderr]     Checking sha2 v0.9.9
[INFO] [stderr]     Checking signature v1.6.4
[INFO] [stderr]     Checking object v0.32.1
[INFO] [stderr]    Compiling markup5ever v0.11.0
[INFO] [stderr]    Compiling error-chain v0.12.4
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling isahc v1.7.2
[INFO] [stderr]     Checking ecdsa v0.16.9
[INFO] [stderr]     Checking primeorder v0.13.6
[INFO] [stderr]     Checking rustc-demangle v0.1.23
[INFO] [stderr]    Compiling pulldown-cmark v0.8.0
[INFO] [stderr]     Checking unicode-width v0.1.11
[INFO] [stderr]    Compiling v_escape v0.18.0
[INFO] [stderr]     Checking waker-fn v1.1.1
[INFO] [stderr]     Checking const-oid v0.6.2
[INFO] [stderr]     Checking parking v2.2.0
[INFO] [stderr]     Checking ct-codecs v1.1.1
[INFO] [stderr]     Checking arrayvec v0.7.4
[INFO] [stderr]     Checking p256 v0.13.2
[INFO] [stderr]     Checking p384 v0.13.0
[INFO] [stderr]     Checking futures-lite v1.13.0
[INFO] [stderr]     Checking k256 v0.13.2
[INFO] [stderr]     Checking ed25519-compact v2.0.4
[INFO] [stderr]     Checking getopts v0.2.21
[INFO] [stderr]     Checking rsa v0.7.2
[INFO] [stderr]     Checking sluice v0.5.5
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking hmac-sha512 v1.1.5
[INFO] [stderr]     Checking hmac-sha256 v1.1.7
[INFO] [stderr]     Checking block-cipher v0.8.0
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]    Compiling darling_core v0.20.3
[INFO] [stderr]     Checking coarsetime v0.1.33
[INFO] [stderr]    Compiling tokio-cron-scheduler v0.10.0
[INFO] [stderr]     Checking buf-min v0.6.1
[INFO] [stderr]     Checking xml-rs v0.8.19
[INFO] [stderr]    Compiling v_htmlescape v0.14.1
[INFO] [stderr]     Checking hmac-sha1-compact v1.1.4
[INFO] [stderr]     Checking base64 v0.12.3
[INFO] [stderr]     Checking castaway v0.1.2
[INFO] [stderr]     Checking termcolor v1.4.0
[INFO] [stderr]     Checking match_cfg v0.1.0
[INFO] [stderr]     Checking data-encoding v2.5.0
[INFO] [stderr]     Checking fluent-syntax v0.9.3
[INFO] [stderr]     Checking binstring v0.1.1
[INFO] [stderr]     Checking os_str_bytes v6.6.1
[INFO] [stderr]     Checking hostname v0.3.1
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]    Compiling darling_core v0.12.4
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]     Checking walkdir v2.4.0
[INFO] [stderr]     Checking blowfish v0.6.0
[INFO] [stderr]     Checking clap_lex v0.2.4
[INFO] [stderr]     Checking regex v1.10.2
[INFO] [stderr]     Checking quick-xml v0.22.0
[INFO] [stderr]     Checking sfv v0.9.3
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking dashmap v5.5.3
[INFO] [stderr]     Checking addr2line v0.21.0
[INFO] [stderr]     Checking uuid v1.7.0
[INFO] [stderr]     Checking pem v1.1.1
[INFO] [stderr]     Checking headers-core v0.2.0
[INFO] [stderr]     Checking pem v0.8.3
[INFO] [stderr]     Checking email-encoding v0.2.0
[INFO] [stderr]     Checking idna v0.3.0
[INFO] [stderr]     Checking itoa v0.4.8
[INFO] [stderr]     Checking email_address v0.2.4
[INFO] [stderr]     Checking dtoa v0.4.8
[INFO] [stderr]     Checking quoted_printable v0.4.8
[INFO] [stderr]     Checking rust-ini v0.13.0
[INFO] [stderr]     Checking humantime v2.1.0
[INFO] [stderr]     Checking maplit v1.0.2
[INFO] [stderr]     Checking textwrap v0.16.0
[INFO] [stderr]     Checking never v0.1.0
[INFO] [stderr]     Checking ascii_utils v0.9.3
[INFO] [stderr]     Checking henry v0.2.0
[INFO] [stderr]     Checking headers v0.3.9
[INFO] [stderr]     Checking bcrypt v0.8.2
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking fast_chemail v0.9.6
[INFO] [stderr]     Checking trout v0.4.0
[INFO] [stderr]     Checking env_logger v0.8.4
[INFO] [stderr]     Checking ipnet v2.9.0
[INFO] [stderr]     Checking clap v3.2.25
[INFO] [stderr]     Checking bs58 v0.3.1
[INFO] [stderr]     Checking bumpalo v3.14.0
[INFO] [stderr]     Checking either v1.9.0
[INFO] [stderr]     Checking pdcm-linkify v0.1.0
[INFO] [stderr]     Checking date_duration v0.1.0
[INFO] [stderr]     Checking portpicker v0.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.193
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling futures-macro v0.3.29
[INFO] [stderr]    Compiling displaydoc v0.2.4
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.50
[INFO] [stderr]    Compiling html5ever v0.26.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.3
[INFO] [stderr]    Compiling rental-impl v0.5.5
[INFO] [stderr]    Compiling der_derive v0.4.1
[INFO] [stderr]    Compiling darling_macro v0.20.3
[INFO] [stderr]     Checking tokio v1.34.0
[INFO] [stderr]    Compiling tinystr v0.7.5
[INFO] [stderr]    Compiling unic-langid-impl v0.9.1
[INFO] [stderr]     Checking der v0.4.5
[INFO] [stderr]    Compiling darling v0.20.3
[INFO] [stderr]    Compiling v_escape_derive v0.9.1
[INFO] [stderr]    Compiling unic-langid-macros-impl v0.9.1
[INFO] [stderr]    Compiling darling_macro v0.12.4
[INFO] [stderr]    Compiling fluent-syntax v0.11.0
[INFO] [stderr]     Checking sec1_decode v0.1.0
[INFO] [stderr]    Compiling darling v0.12.4
[INFO] [stderr]    Compiling serde_with_macros v3.4.0
[INFO] [stderr]     Checking pin-project v1.1.3
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]    Compiling derive_builder_core v0.10.2
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]     Checking hancock v0.2.0-alpha.1
[INFO] [stderr]     Checking tracing-futures v0.2.5
[INFO] [stderr]    Compiling lotide v0.15.0-dev (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling derive_builder_macro v0.10.2
[INFO] [stderr]     Checking unic-langid-macros v0.9.1
[INFO] [stderr]     Checking derive_builder v0.10.2
[INFO] [stderr]     Checking rental v0.5.6
[INFO] [stderr]     Checking unic-langid v0.9.1
[INFO] [stderr]     Checking futures-executor v0.3.29
[INFO] [stderr]     Checking intl-memoizer v0.5.1
[INFO] [stderr]     Checking fluent-langneg v0.13.0
[INFO] [stderr]     Checking intl_pluralrules v7.0.2
[INFO] [stderr]     Checking tokio-util v0.7.10
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking tokio-util v0.6.10
[INFO] [stdout] error: `#[inline]` attribute cannot be used on macro calls
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/v_htmlescape-0.14.1/src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | /         v_escape::new!(
[INFO] [stdout] 12 | |             HTMLEscape;
[INFO] [stdout] 13 | |             60 -> "&lt;",
[INFO] [stdout] 14 | |             62 -> "&gt;",
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | |             $($t)*
[INFO] [stdout] 20 | |         );
[INFO] [stdout]    | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 31 |           build!(simd = true, avx = true);
[INFO] [stdout]    |           ------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: `#[inline]` can only be applied to functions
[INFO] [stdout]    = note: placing this attribute on a macro invocation does nothing even if the macro expands to what would be a valid target for the attribute
[INFO] [stdout]    = note: this error originates in the macro `v_escape::escape_ranges` which comes from the expansion of the macro `build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on macro calls
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/v_htmlescape-0.14.1/src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | /         v_escape::new!(
[INFO] [stdout] 12 | |             HTMLEscape;
[INFO] [stdout] 13 | |             60 -> "&lt;",
[INFO] [stdout] 14 | |             62 -> "&gt;",
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | |             $($t)*
[INFO] [stdout] 20 | |         );
[INFO] [stdout]    | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 31 |           build!(simd = true, avx = true);
[INFO] [stdout]    |           ------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]    = note: placing this attribute on a macro invocation does nothing even if the macro expands to what would be a valid target for the attribute
[INFO] [stdout]    = note: this error originates in the macro `v_escape::escape_ranges` which comes from the expansion of the macro `build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[inline]` attribute cannot be used on macro calls
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/v_htmlescape-0.14.1/src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | /         v_escape::new!(
[INFO] [stdout] 12 | |             HTMLEscape;
[INFO] [stdout] 13 | |             60 -> "&lt;",
[INFO] [stdout] 14 | |             62 -> "&gt;",
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | |             $($t)*
[INFO] [stdout] 20 | |         );
[INFO] [stdout]    | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 31 |           build!(simd = true, avx = true);
[INFO] [stdout]    |           ------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: `#[inline]` can only be applied to functions
[INFO] [stdout]    = note: placing this attribute on a macro invocation does nothing even if the macro expands to what would be a valid target for the attribute
[INFO] [stdout]    = note: this error originates in the macro `v_escape::escape_ranges_ptr` which comes from the expansion of the macro `build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on macro calls
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/v_htmlescape-0.14.1/src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | /         v_escape::new!(
[INFO] [stdout] 12 | |             HTMLEscape;
[INFO] [stdout] 13 | |             60 -> "&lt;",
[INFO] [stdout] 14 | |             62 -> "&gt;",
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | |             $($t)*
[INFO] [stdout] 20 | |         );
[INFO] [stdout]    | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 31 |           build!(simd = true, avx = true);
[INFO] [stdout]    |           ------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]    = note: placing this attribute on a macro invocation does nothing even if the macro expands to what would be a valid target for the attribute
[INFO] [stdout]    = note: this error originates in the macro `v_escape::escape_ranges_ptr` which comes from the expansion of the macro `build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[inline]` attribute cannot be used on macro calls
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/v_htmlescape-0.14.1/src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | /         v_escape::new!(
[INFO] [stdout] 12 | |             HTMLEscape;
[INFO] [stdout] 13 | |             60 -> "&lt;",
[INFO] [stdout] 14 | |             62 -> "&gt;",
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | |             $($t)*
[INFO] [stdout] 20 | |         );
[INFO] [stdout]    | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 31 |           build!(simd = true, avx = true);
[INFO] [stdout]    |           ------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: `#[inline]` can only be applied to functions
[INFO] [stdout]    = note: placing this attribute on a macro invocation does nothing even if the macro expands to what would be a valid target for the attribute
[INFO] [stdout]    = note: this error originates in the macro `v_escape::escape_ranges_bytes` which comes from the expansion of the macro `build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on macro calls
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/v_htmlescape-0.14.1/src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | /         v_escape::new!(
[INFO] [stdout] 12 | |             HTMLEscape;
[INFO] [stdout] 13 | |             60 -> "&lt;",
[INFO] [stdout] 14 | |             62 -> "&gt;",
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | |             $($t)*
[INFO] [stdout] 20 | |         );
[INFO] [stdout]    | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 31 |           build!(simd = true, avx = true);
[INFO] [stdout]    |           ------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]    = note: placing this attribute on a macro invocation does nothing even if the macro expands to what would be a valid target for the attribute
[INFO] [stdout]    = note: this error originates in the macro `v_escape::escape_ranges_bytes` which comes from the expansion of the macro `build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[inline]` attribute cannot be used on macro calls
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/v_htmlescape-0.14.1/src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | /         v_escape::new!(
[INFO] [stdout] 12 | |             HTMLEscape;
[INFO] [stdout] 13 | |             60 -> "&lt;",
[INFO] [stdout] 14 | |             62 -> "&gt;",
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | |             $($t)*
[INFO] [stdout] 20 | |         );
[INFO] [stdout]    | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 31 |           build!(simd = true, avx = true);
[INFO] [stdout]    |           ------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: `#[inline]` can only be applied to functions
[INFO] [stdout]    = note: placing this attribute on a macro invocation does nothing even if the macro expands to what would be a valid target for the attribute
[INFO] [stdout]    = note: this error originates in the macro `v_escape::escape_ranges` which comes from the expansion of the macro `build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on macro calls
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/v_htmlescape-0.14.1/src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | /         v_escape::new!(
[INFO] [stdout] 12 | |             HTMLEscape;
[INFO] [stdout] 13 | |             60 -> "&lt;",
[INFO] [stdout] 14 | |             62 -> "&gt;",
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | |             $($t)*
[INFO] [stdout] 20 | |         );
[INFO] [stdout]    | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 31 |           build!(simd = true, avx = true);
[INFO] [stdout]    |           ------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]    = note: placing this attribute on a macro invocation does nothing even if the macro expands to what would be a valid target for the attribute
[INFO] [stdout]    = note: this error originates in the macro `v_escape::escape_ranges` which comes from the expansion of the macro `build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[inline]` attribute cannot be used on macro calls
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/v_htmlescape-0.14.1/src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | /         v_escape::new!(
[INFO] [stdout] 12 | |             HTMLEscape;
[INFO] [stdout] 13 | |             60 -> "&lt;",
[INFO] [stdout] 14 | |             62 -> "&gt;",
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | |             $($t)*
[INFO] [stdout] 20 | |         );
[INFO] [stdout]    | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 31 |           build!(simd = true, avx = true);
[INFO] [stdout]    |           ------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: `#[inline]` can only be applied to functions
[INFO] [stdout]    = note: placing this attribute on a macro invocation does nothing even if the macro expands to what would be a valid target for the attribute
[INFO] [stdout]    = note: this error originates in the macro `v_escape::escape_ranges_ptr` which comes from the expansion of the macro `build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on macro calls
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/v_htmlescape-0.14.1/src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | /         v_escape::new!(
[INFO] [stdout] 12 | |             HTMLEscape;
[INFO] [stdout] 13 | |             60 -> "&lt;",
[INFO] [stdout] 14 | |             62 -> "&gt;",
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | |             $($t)*
[INFO] [stdout] 20 | |         );
[INFO] [stdout]    | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 31 |           build!(simd = true, avx = true);
[INFO] [stdout]    |           ------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]    = note: placing this attribute on a macro invocation does nothing even if the macro expands to what would be a valid target for the attribute
[INFO] [stdout]    = note: this error originates in the macro `v_escape::escape_ranges_ptr` which comes from the expansion of the macro `build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[inline]` attribute cannot be used on macro calls
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/v_htmlescape-0.14.1/src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | /         v_escape::new!(
[INFO] [stdout] 12 | |             HTMLEscape;
[INFO] [stdout] 13 | |             60 -> "&lt;",
[INFO] [stdout] 14 | |             62 -> "&gt;",
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | |             $($t)*
[INFO] [stdout] 20 | |         );
[INFO] [stdout]    | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 31 |           build!(simd = true, avx = true);
[INFO] [stdout]    |           ------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: `#[inline]` can only be applied to functions
[INFO] [stdout]    = note: placing this attribute on a macro invocation does nothing even if the macro expands to what would be a valid target for the attribute
[INFO] [stdout]    = note: this error originates in the macro `v_escape::escape_ranges_bytes` which comes from the expansion of the macro `build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[target_feature]` attribute cannot be used on macro calls
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/v_htmlescape-0.14.1/src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | /         v_escape::new!(
[INFO] [stdout] 12 | |             HTMLEscape;
[INFO] [stdout] 13 | |             60 -> "&lt;",
[INFO] [stdout] 14 | |             62 -> "&gt;",
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | |             $($t)*
[INFO] [stdout] 20 | |         );
[INFO] [stdout]    | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 31 |           build!(simd = true, avx = true);
[INFO] [stdout]    |           ------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: `#[target_feature]` can only be applied to functions
[INFO] [stdout]    = note: placing this attribute on a macro invocation does nothing even if the macro expands to what would be a valid target for the attribute
[INFO] [stdout]    = note: this error originates in the macro `v_escape::escape_ranges_bytes` which comes from the expansion of the macro `build` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking futures v0.3.29
[INFO] [stderr]     Checking lettre v0.10.4
[INFO] [stderr]     Checking fluent-bundle v0.12.0
[INFO] [stderr] error: could not compile `v_htmlescape` (lib) due to 12 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "b154e6413b53052dd0809dfa5b05921268af81c3e09ddcc635c8bff4082138c5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b154e6413b53052dd0809dfa5b05921268af81c3e09ddcc635c8bff4082138c5", kill_on_drop: false }`
[INFO] [stdout] b154e6413b53052dd0809dfa5b05921268af81c3e09ddcc635c8bff4082138c5
